home *** CD-ROM | disk | FTP | other *** search
/ The Macintosh Demo: Applications / Apple-MacintoshDemoApplicationsCD-1.0-1992.iso / More Information / FreeHand 3.1 / Aldus FreeHand 3.1 DEMO / Aldus FreeHand 3.1 DEMO.rsrc / STR#_20315.txt < prev    next >
Encoding:
Text File  |  1992-08-10  |  646 b   |  23 lines

  1. % alignment marks
  2.  
  3. save
  4.  
  5. imgr storerect
  6.  
  7. top bleed add ^M sub abs ys mul 1 le {left right add 2 div top bleed add 9 ys div add am} if
  8.  
  9. bottom bleed sub ^O sub abs ys mul 1 le {left right add 2 div bottom bleed sub 9 ys div sub am} if
  10.  
  11. left bleed sub ^N sub abs xs mul 1 le {left bleed sub 9 xs div sub top bottom add 2 div am} if
  12.  
  13. right bleed add ^P sub abs xs mul 1 le {right bleed add 9 xs div add top bottom add 2 div am} if
  14.  
  15. right bleed add ^P sub abs xs mul 1 le {right bleed add 9 xs div add 20 ys div bottom add am} if
  16.  
  17. % color bars
  18.  
  19. top bleed add ^M sub abs ys mul 1 le {left right add 2 div top bleed add 9 ys div add fhcb} if
  20.  
  21. restore
  22.  
  23.